github.com/andybalholm/brotli.Writer.command_buf_ (field)
13 uses
github.com/andybalholm/brotli (current package)
encode.go#L102: command_buf_ []uint32
encode.go#L775: if s.command_buf_ == nil || cap(s.command_buf_) < int(kCompressFragmentTwoPassBlockSize) {
encode.go#L776: s.command_buf_ = make([]uint32, kCompressFragmentTwoPassBlockSize)
encode.go#L779: s.command_buf_ = s.command_buf_[:kCompressFragmentTwoPassBlockSize]
encode.go#L803: compressFragmentTwoPass(data[wrapped_last_processed_pos&mask:], uint(bytes), is_last, s.command_buf_, s.literal_buf_, table, table_size, &storage_ix, storage)
encode.go#L988: if s.command_buf_ == nil || cap(s.command_buf_) < int(buf_size) {
encode.go#L989: s.command_buf_ = make([]uint32, buf_size)
encode.go#L992: s.command_buf_ = s.command_buf_[:buf_size]
encode.go#L996: command_buf = s.command_buf_
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |